home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 84 / XENIATGM84.iso / Time Machine / data1.cab / Time_Machine_Files / Scripts / x_impact.ses < prev    next >
Text File  |  2000-02-22  |  641b  |  43 lines

  1. !    effets sur les persos
  2. TRANSPARENCY::rendu1
  3. {
  4.     Type = variable 
  5.     VariationType=LINEAR
  6.     NbKeys = 2
  7.     Degree00 = 255,255,255
  8.     Degree30 = 30,30,30
  9. }
  10. TRANSPARENCY::rendu2
  11. {
  12.     Type = variable 
  13.     VariationType=LINEAR
  14.     NbKeys = 2
  15.     Degree00 = 30,30,30
  16.     Degree15 = 200,200,200
  17. }
  18. TRANSPARENCY::rendu3
  19. {
  20.     Type = variable 
  21.     VariationType=LINEAR
  22.     NbKeys = 2
  23.     Degree00 = 200,200,200
  24.     Degree15 = 30,30,30
  25. }
  26. TRANSPARENCY::rendu4
  27. {
  28.     Type = variable 
  29.     VariationType=LINEAR
  30.     NbKeys = 2
  31.     Degree00 = 30,30,30
  32.     Degree30 = 255,255,255
  33. }
  34. main
  35. {
  36.     rendu1(30);
  37.     rendu2(30);
  38.     rendu3(30);
  39.     rendu2(30);
  40.     rendu3(30);
  41.     rendu4(30);
  42. }
  43.